Skip to content

Fix smoke test Serena tool reference#10294

Closed
Copilot wants to merge 2 commits intomainfrom
copilot/fix-serena-go-command-issue
Closed

Fix smoke test Serena tool reference#10294
Copilot wants to merge 2 commits intomainfrom
copilot/fix-serena-go-command-issue

Conversation

Copy link
Contributor

Copilot AI commented Jan 16, 2026

Smoke tests were failing with "go command not found" because they referenced a non-existent serena-go tool. The Serena MCP server exposes ~40 coding tools with names like execute_shell_command, find_symbol, find_references, etc., but no language-specific prefixed tools.

Changes

  • Updated smoke test instructions in smoke-claude.md, smoke-copilot.md, and smoke-codex.md to use Serena's execute_shell_command tool instead of the fictional serena-go tool
  • Recompiled workflow lock files with corrected instructions

Before:

2. **Serena Go Testing**: Use the `serena-go` tool to run a basic go command like "go version" to verify the tool is available

After:

2. **Serena Go Testing**: Use Serena's `execute_shell_command` tool to run "go version" to verify Serena and Go are available

The test now correctly instructs agents to invoke the actual Serena tool that runs shell commands.

Original prompt

This section details on the original issue you should resolve

<issue_title>Smoke Test Results - Claude Engine (Run #21066965437)</issue_title>
<issue_description>## Smoke Test Results

Last 2 Merged PRs:

Test Results:

  • ✅ GitHub MCP (fetched PRs)
  • ❌ Serena Go (go command not found)
  • ✅ Playwright (navigated to GitHub, title verified)
  • ✅ Tavily Web Search (5 results returned)
  • ✅ File Writing (created test file)
  • ✅ Bash Tool (verified file creation)

Status: PARTIAL PASS (5/6 tests passed)

AI generated by Smoke Claude

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Update smoke test workflows to use correct Serena tool name. The test was looking for a non-existent `serena-go` tool. Serena MCP server exposes tools like `execute_shell_command` that can be used to run shell commands including `go version`.

Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix Serena Go command not found error in smoke test Fix smoke test Serena tool reference Jan 16, 2026
Copilot AI requested a review from mnkiefer January 16, 2026 14:14
@pelikhan pelikhan closed this Jan 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Smoke Test Results - Claude Engine (Run #21066965437)

3 participants

Comments